home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P93 < prev    next >
Text File  |  1994-02-13  |  2KB  |  48 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                    93
  6.  
  7.                               MULTILANGUAGE SUPPORT
  8.                               ---------------------
  9.  
  10.      Almost all of the text that a caller sees when calling a TriBBS board
  11.      is contained in a language file called LANGUAGE.001 in node 1's MWORK
  12.      directory.  You can add other languages by first creating a language
  13.      menu configuration file called LANGUAGE.MNU in your NWORK directory. 
  14.      The following is an example LANGUAGE.MNU file:
  15.  
  16.      ----------------------------------------------------------------------
  17.  
  18.      TriBBS Default
  19.      French
  20.      German
  21.      Spanish
  22.  
  23.      ----------------------------------------------------------------------
  24.  
  25.      For the above system to function correctly, you would need to have a
  26.      French version of the TriBBS language file called LANGUAGE.002, a
  27.      German version of the TriBBS language file called LANGUAGE.003, and a
  28.      Spanish version of the TriBBS language file called LANGUAGE.004.  All
  29.      of these files must reside in node 1's MWORK directory.
  30.  
  31.      You can also create multilanguage display screens and menus.  Let's
  32.      say you want to create a French version of bulletin number 1 for the
  33.      board that uses the above LANGUAGE.MNU file, you would need to at
  34.      least create a BULLET1.B02 file for the French ASCII bulletin and you
  35.      could create a BULLET1.A02 file for your French ANSI bulletin and a
  36.      BULLET1.R02 for your RIP bulletin.  German versions would be called
  37.      BULLET1.B03, BULLET1.A03, and BULLET1.R03 and Spanish versions would
  38.      be called BULLET1.B04, BULLET1.A04, and BULLET1.R04.
  39.  
  40.      Multilanguage menu names are numbered in a similar manner.  If you had
  41.      multilanguage versions of your main menu for the above example system,
  42.      you would call them MAIN.M02 for the French version, MAIN.M03 for the
  43.      German version, and MAIN.M04 for the Spanish version.
  44.  
  45.  
  46.  
  47.  
  48.